UBigLong

@Serializable
value class UBigLong(source)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
infix fun UBigLong.and(other: UBigLong): UBigLong
infix fun UBigLong.and(other: UBigLong): UBigLong
Link copied to clipboard
open infix override fun UBigLong.compareWith(other: UBigLong): ComparisonResult
Link copied to clipboard
operator fun UBigLong.div(other: BigLong): BigLong
operator fun UBigLong.div(other: UBigLong): UBigLong
operator fun UBigLong.div(other: BigLong): BigLong
open operator override fun UBigLong.div(other: UBigLong): UBigLong
operator fun UBigLong.div(other: UInt): UBigLong
operator fun UBigLong.div(other: ULong): UBigLong
Link copied to clipboard
infix fun UBigLong.divrem(other: BigLong): EuclideanDivisionResult<BigLong>
infix fun UBigLong.divrem(other: UBigLong): EuclideanDivisionResult<UBigLong>
infix fun UBigLong.divrem(other: BigLong): EuclideanDivisionResult<BigLong>
open infix override fun UBigLong.divrem(other: UBigLong): EuclideanDivisionResult<UBigLong>
Link copied to clipboard
open infix override fun UBigLong.equalsTo(other: UBigLong): Boolean
Link copied to clipboard
open override fun UBigLong.hash(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun UBigLong.isOne(): Boolean
Link copied to clipboard
open override fun UBigLong.isZero(): Boolean
Link copied to clipboard
operator fun UBigLong.minus(other: BigLong): BigLong
operator fun UBigLong.minus(other: BigLong): BigLong
open operator fun UBigLong.minus(other: UInt): UBigLong
open operator fun UBigLong.minus(other: ULong): UBigLong
open operator override fun UBigLong.minus(other: UBigLong): UBigLong
Link copied to clipboard
infix fun UBigLong.or(other: UBigLong): UBigLong
infix fun UBigLong.or(other: UBigLong): UBigLong
Link copied to clipboard
operator fun UBigLong.plus(other: BigLong): BigLong
operator fun UBigLong.plus(other: BigLong): BigLong
open operator fun UBigLong.plus(other: UInt): UBigLong
open operator fun UBigLong.plus(other: ULong): UBigLong
open operator override fun UBigLong.plus(other: UBigLong): UBigLong
Link copied to clipboard
open infix fun UBigLong.pow(exponent: UInt): UBigLong
open infix fun UBigLong.pow(exponent: ULong): UBigLong
Link copied to clipboard
operator fun UBigLong.rem(other: BigLong): BigLong
operator fun UBigLong.rem(other: UBigLong): UBigLong
operator fun UBigLong.rem(other: BigLong): BigLong
open operator override fun UBigLong.rem(other: UBigLong): UBigLong
Link copied to clipboard
infix fun UBigLong.shl(bitCount: UInt): UBigLong
infix fun UBigLong.shl(bitCount: UInt): UBigLong
Link copied to clipboard
infix fun UBigLong.shr(bitCount: UInt): UBigLong
infix fun UBigLong.shr(bitCount: UInt): UBigLong
Link copied to clipboard
operator fun UBigLong.times(other: BigLong): BigLong
operator fun UBigLong.times(other: BigLong): BigLong
open operator fun UBigLong.times(other: UInt): UBigLong
open operator fun UBigLong.times(other: ULong): UBigLong
open operator override fun UBigLong.times(other: UBigLong): UBigLong
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
infix fun UBigLong.xor(other: UBigLong): UBigLong
infix fun UBigLong.xor(other: UBigLong): UBigLong